/*** 

====================================================================
	Reset
====================================================================
 ***/
            
            * {
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                box-sizing: border-box;
            }
            /*** 

====================================================================
Global Settings
====================================================================

***/
            
        
            .header_outer .top_bar {
                position: relative;
                background: #000000;
                padding: 13px 0px;
            }
            
            .top_widgets {
                position: relative;
            }
            
            .top_widgets p {
                font-weight: 600;
                color: #fff;
                margin-left: 30px;
                margin-bottom: 0px;
            }
            
            .top_widgets span {
                float: left;
                font-size: 22px;
                color: #fccc00;
                line-height: 26px;
            }
            
            .top_widgets.left {
                float: right;
                position: relative;
            }
            
            .top_bar .text_warp {
                position: relative;
                float: left;
                margin-right: 40px;
            }
            
            .top_bar .text_warp.last {
                margin: 0px;
            }
            
            .top_bar .text_warp::before {
                position: absolute;
                content: '';
                border-right: 1px solid rgba(255, 255, 255, .3);
                border-spacing: 20px;
                height: 20px;
                right: -19px;
                top: 3px;
            }
            
            .top_bar .text_warp.last::before {
                display: none;
            }
            
            .header_outer .top_bar ul li {
                display: inline-block;
                position: relative;
                font-weight: 400;
                font-size: 15px;
                line-height: 26px;
                margin-right: 20px;
                color: #fff;
            }
            
            .header_outer .top_bar ul li:last-child {
                margin-right: 0px;
            }
            
            .header_outer .top_bar ul li:last-child::before {
                display: none;
            }
            
            .header_outer .top_bar ul li a {
                color: #fff;
            }
            
            @media (max-width:992px) {
                .top_bar {
                    display: none;
                }
            }
            /*----------------------------------------------------------------
==================mid_bar===================
-----------------------------------------------------------------*/
            
            .mid_bar {
                position: relative;
                padding: 40px 0px 80px;
            }
            
            .mid_widgets {
                position: relative;
                padding-left: 20px;
            }
            
            .mid_bar .site_logo {
                display: none;
            }
            
            @media (max-width: 1920px) and (min-width: 1200px) {
                .mid_bar .site_logo {
                    display: block;
                }
            }
            
            .mid_bar .mid_widgets_inner {
                position: relative;
                float: left;
                margin-right: 60px;
            }
            
            .mid_bar .mid_widgets_inner span.icon {
                float: left;
                height: 55px;
                width: 55px;
                border-radius: 4px;
                background: #f60;
                line-height: 55px;
                font-size: 30px;
                color: #fff;
                text-align: center;
            }
            
            .mid_bar .mid_widgets_inner.first span.icon {
                padding-left: 7px;
            }
            
            .text_warp_in {
                margin-left: 72px;
            }
            
            .mid_bar .mid_widgets_inner.last {
                margin: 0px;
                float: right;
            }
            
            .mid_bar .mid_widgets_inner.last .text_warp_in {
                margin: 0px;
            }
            
            .mid_bar .mid_widgets_inner.last .text_warp_in span {
                font-size: 30px;
                color: #b0b0b0;
                line-height: 30px;
            }
            
            .mid_search_form {
                padding: 14px 0px 0px;
            }
            
            .mid_search_form::before {
                position: absolute;
                z-index: 10;
                content: '';
                background: #e0e0e0;
                height: 50px;
                width: 1px;
                left: -52px;
                top: 4px;
            }
            
            .text_warp_in h6 {
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                color: #000000;
            }
            
            .text_warp_in p {
                color: #808080;
            }
            
            #search {
                position: fixed;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: rgba(30, 36, 82, .8);
                -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                -o-transition: all 0.5s ease-in-out;
                -ms-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out;
                -webkit-transform: translate(0px, -100%) scale(0, 0);
                -moz-transform: translate(0px, -100%) scale(0, 0);
                -o-transform: translate(0px, -100%) scale(0, 0);
                -ms-transform: translate(0px, -100%) scale(0, 0);
                transform: translate(0px, -100%) scale(0, 0);
                opacity: 0;
                z-index: 10000;
            }
            
            #search input[type="search"] {
                position: absolute;
                top: 50%;
                width: 100%;
                color: #fff;
                background: rgba(0, 0, 0, 0);
                font-size: 60px;
                font-weight: 300;
                text-align: center;
                border: 0px;
                margin: 0px auto;
                margin-top: -51px;
                padding-left: 30px;
                padding-right: 30px;
                outline: none;
            }
            
            #search input::placeholder {
                color: #fff!important;
            }
            
            #search .search button {
                position: absolute;
                top: 50%;
                left: 50%;
                margin-top: 61px;
				margin-left: -65px;
				background:#f60;
				color:#fff;
				width: 150px;
				height: 40px;
            }
            
            #search .close {
                position: fixed;
                top: 15px;
                right: 15px;
                color: #fff;
                background: #f60;
                opacity: 1;
                padding: 10px 17px;
                font-size: 27px;
            }
            
            #search.open {
                -webkit-transform: translate(0px, 0px) scale(1, 1);
                -moz-transform: translate(0px, 0px) scale(1, 1);
                -o-transform: translate(0px, 0px) scale(1, 1);
                -ms-transform: translate(0px, 0px) scale(1, 1);
                transform: translate(0px, 0px) scale(1, 1);
                opacity: 1;
            }
            
            @media (max-width:992px) {
                .mid_widgets {
                    padding: 0px;
                }
                .mid_bar .mid_widgets_inner {
                    margin-right: 30px;
                }
            }
            
            @media (max-width:768px) {
                .mid_bar .mid_widgets_inner {
                    float: none;
                    margin-right: 0px;
                    margin-bottom: 25px;
                    text-align: center;
                    display: block;
                }
                .mid_bar .mid_widgets_inner span.icon {
                    float: none;
                    display: block;
                    margin: 0 auto 10px;
                }
                .text_warp_in {
                    margin-left: 0px;
                }
                .mid_bar .mid_widgets_inner.last {
                    float: none;
                    padding: 20px 0px 0px;
                }
                .mid_search_form::before {
                    position: absolute;
                    z-index: 10;
                    content: '';
                    background: #e0e0e0;
                    height: 1px;
                    width: 100%;
                    left: 0px;
                    top: 4px;
                }
            }
            /*----------------------------------------------------------------
==================masthead desktop_navbar===================
-----------------------------------------------------------------*/
            
            .masthead.desktop_navbar {
                position: absolute;
                z-index: 999;
                width: 100%;
                margin-top: -45px;
            }
            
            .left_nav::before {
                display: none;
                position: absolute;
                content: '';
                background: #fff;
                width: 100%;
                height: 71px;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
                top: 10px;
                left: -41%;
                border-radius: 5px;
                z-index: -10;
            }
            
            .navbar-brand:before {
                position: absolute;
                content: '';
                background: #fff;
                width: 100%;
                height: 71px;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
                top: 9px;
                left: -41%;
                border-radius: 5px;
                z-index: -10;
            }
            
            .navbar-toggler::before {
                position: absolute;
                content: '';
                background: #f60;
                width: 100%;
                height: 71px;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
                top: 0;
                right: -60%;
                border-radius: 5px;
                z-index: -10;
                top: 10px;
            }
            
            .right_nav {
                padding: 10px 0px;
            }
            
            @media (max-width: 1199px) {
                .right_nav {
                    display: none;
                }
                .mid_content {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
            
            .right_nav:before {
                position: absolute;
                content: '';
                background: #f60;
                width: 100%;
                height: 71px;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.05);
                top: 0;
                right: -60%;
                border-radius: 5px;
                z-index: -10;
                top: 10px;
                display: none;
            }
            
            @media (max-width: 1920px) and (min-width: 1600px) {
                .left_nav::before {
                    top: 10px;
                    left: -41%;
                    display: block;
                }
                .right_nav:before {
                    right: -60%;
                    top: 10px;
                    display: block;
                }
            }
            
            @media (max-width: 1600px) and (min-width: 1300px) {
                .left_nav::before {
                    top: 10px;
                    left: -39%;
                    display: block;
                }
                .right_nav:before {
                    right: -63%;
                    top: 10px;
                    display: block;
                }
				.left_nav.full-width:before {
					left:0px;
				}
            }
            
            @media (max-width: 1300px) and (min-width: 1200px) {
                .left_nav::before {
                    top: 10px;
                    left: -37%;
                    display: block;
                }
                .right_nav:before {
                    right: -65%;
                    top: 10px;
                    display: block;
                }
            }
            
            .masthead.desktop_navbar .navbar {
                padding: 10px 0px 30px;
            }
            
            .navbar-brand {
                display: block;
            }
            
            .navbar-brand img {
                padding: 8px 15px;
                width: 180px;
            }
            
            @media (max-width: 1920px) and (min-width: 1200px) {
                .navbar-brand {
                    display: none;
                }
            }
            
            .call_emergency {
                position: relative;
                text-align: right;
            }
            
            .call_emergency .text {
                float: left;
                margin-right: 35px;
            }
            
            .call_emergency .text p {
                font-family: 'Ubuntu', sans-serif;
                font-size: 12px;
                line-height: 24px;
                font-weight: 700;
                color: #fff;
                text-transform: uppercase;
            }
            
            .call_emergency .text a {
                font-weight: 700;
                font-size: 20px;
                line-height: 26px;
                color: #fff;
            }
            
            .call_emergency .icon {
                float: right;
            }
            
            .call_emergency .icon::before {
                position: absolute;
                content: '';
                height: 0px;
                border-right: 36px solid #fccc00;
                border-top: 69px solid #fccc00;
                border-left: 36px solid #fccc00;
                border-bottom: 25px solid transparent;
                z-index: 0;
                right: -2px;
                top: -10px;
            }
            
            .call_emergency .icon span {
                font-size: 32px;
                line-height: 32px;
                color: #000000;
                position: relative;
                padding: 0px 19px;
                margin-top: 9px;
                display: block;
            }
            
            @media (max-width: 3000px) and (min-width: 1200px) {
                .nav-item.dropdown > .dropdown-menu,
				.nav-item.dropdown > .dropdown-menu > li > ul {
                    z-index: 9999;
                    display: block;
                    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
                    transition: top 0.3s ease 0s, opacity 0.3s;
                    -moz-transition: top 0.3s ease 0s, opacity 0.3s;
                    -ms-transition: top 0.3s ease 0s, opacity 0.3s;
                    -o-transition: top 0.3s ease 0s, opacity 0.3s;
                    position: absolute;
                    top: 120%;
                    left: 0;
                    width: 270px;
                    -webkit-transform: scaleX(0);
                    -moz-transform: scaleX(0);
                    -ms-transform: scaleX(0);
                    -o-transform: scaleX(0);
                    transform: scaleX(0);
                    background-color: #ffffff;
                    margin-top: 13px;
                    border-top: 3px solid #f60;
                    padding: 0px;
                    border-left: 0px;
                    border-right: 0px;
                    border-bottom: 0px;
                    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .07);
                }
				.nav-item.dropdown > .dropdown-menu > li > ul{
					left:auto;
					right:100%;
				}
                .nav-item.dropdown .dropdown-menu::before {
                    content: '';
                    width: 100%;
                    height: 15px;
                    position: absolute;
                    background-color: transparent;
                    left: 0;
                    top: -15px;
                    z-index: -10;
                }
                .nav-item.dropdown:hover > .dropdown-menu,
				.nav-item.dropdown > .dropdown-menu > li:hover >ul {
                    opacity: 1;
                    z-index: 9999;
                    top: 100%;
                    -webkit-transform: scaleX(1);
                    -moz-transform: scaleX(1);
                    -ms-transform: scaleX(1);
                    -o-transform: scaleX(1);
                    transform: scaleX(1);
                }
				.nav-item.dropdown > .dropdown-menu > li:hover >ul{
					top:0px;
				}
            }
            
            @media (max-width: 1920px) and (min-width:1200px) {
                .dropdown-toggle::after {
                    display: none;
                }
            }
            
            .navbar-nav li.nav-item ul.dropdown-menu li a {
                background: #fff;
				display:block;
                padding: 10px 26px;
                font-size: 15px;
                font-weight: 700;
                color: #000000!important
            }
            
            .navbar-light .navbar-nav .nav-link {
                padding: 0px 26px;
                display: block;
                font-size: 16px;
                font-weight: 700;
                color: #000000!important;
                position: relative;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
                transition: all .6s ease;
                font-family: 'Ubuntu', sans-serif;
                line-height: 42px;
            }
            
            @media (max-width: 1200px) {
                .nav-item.dropdown .nav-link.dropdown-toggle::after {
                    position: absolute;
                    content: '\f107';
                    font-family: 'FontAwesome';
                    color: #fff;
                    font-size: 16px;
                    top: 0px;
                    z-index: 10;
                    right: 0px;
                    background: #f60;
                    padding: 5px 20px;
                    border: 0px;
                    margin: 0px;
                }
                .masthead .navbar-collapse {
                    max-width: none;
                    overflow: auto;
                    float: none !important;
                    width: 100% !important;
                    border: none;
                    -ms-border-radius: 0px;
                    -moz-border-radius: 0px;
                    -webkit-border-radius: 0px;
                    -o-border-radius: 0px;
                    border-radius: 0px;
                    box-shadow: none;
                    z-index: 10000;
                    background: #fff;
                    padding: 20px;
                    margin: 10px;
                }
                .dropdown-menu {
                    padding: 0px;
                    border: 0px;
                    margin: 0px;
                    box-shadow: none;
                    -webkit-transition: all .6s ease-in-out;
                    -moz-transition: all .6s ease-in-out;
                    -ms-transition: all .6s ease-in-out;
                    -o-transition: all .6s ease-in-out;
                    transition: all .6s ease-in-out;
                }
                .navbar-light .navbar-nav .nav-link {
                    border-bottom: 1px solid #e8e8e8;
                    padding: 5px 0px 5px;
                }
                .navbar-nav li.nav-item ul.dropdown-menu li a {
                    background: #f60;
                    color: #fff!important;
                }
                .navbar-nav li.nav-item ul.dropdown-menu li a:focus,
                .navbar-nav li.nav-item ul.dropdown-menu li a:hover {
                    color: #000000!important;
                    background-color: #ebf1f8!important;
                }
            }
            
            @media (max-width: 1920px) and (min-width: 1200px) {
                .navbar-light .navbar-nav .nav-link::before {
                    position: absolute;
                    content: '';
                    background: #e0e0e0;
                    width: 1px;
                    height: 32px;
                    right: 0;
                    top: 6px;
                }
            }
            
            .navbar-light .navbar-nav .nav-item:last-child .nav-link {
                padding-right: 0px;
            }
            
            .navbar-light .navbar-nav .nav-item:last-child .nav-link::before,
            .navbar-light .navbar-nav .nav-item:first-child .nav-link::before {
                display: none;
            }
            
            @media (max-width: 1920px) and (min-width: 1200px) {
                .navbar-light .navbar-nav > .nav-item:first-child .nav-link {
                    padding: 0px;
                }
            }
            
            .navbar-toggler {
                padding: 10px 15px 0px;
                border: 0px;
                color: #fff;
            }
            
            .navbar-toggler .flaticon-menu {
                font-size: 20px;
                color: #fff;
            }
            
            .flaticon-home {
                background: #f60;
                font-size: 22px;
                width: 42px;
                height: 42px;
                line-height: 42px;
                display: block;
                color: #fff;
                text-align: center;
                border-radius: 5px;
            }
            
            .masthead.fixed-header .navbar {
                position: fixed;
                z-index: 999;
                width: 100%;
                top: 0;
                background: transparent;
                padding: 0px 0px 30px;
            }
            
            .masthead.fixed-header .left_nav::before {
                top: 0;
            }
            
            .masthead.fixed-header .right_nav:before {
                top: 0;
            }
            
            .masthead.fixed-header .navbar-toggler::before {
                top: 0;
            }
            
            .masthead.fixed-header .navbar-brand:before {
                top: 0;
            }
            /*----------------------------------------------------------------
==================rev_slider_wrapper===================
-----------------------------------------------------------------*/
            
            .rev_slider {
                text-align: center;
            }
            
            .rev_slider .sd_heading p {
                font-size: 30px;
                font-weight: 700;
                line-height: 40px;
                color: #fccc00;
            }
            
            .rev_slider .main_heading h1 {
                font-size: 48px;
                line-height: 100px!important;
                color: #fff;
                padding-bottom: 10px;
            }
            
            .rev_slider .border_line {
                position: absolute;
                content: '';
                height: 1.5px;
                width: 65%;
                background: rgba(255, 255, 255, .2);
                bottom: 0px;
                text-align: center;
                margin: 0 auto;
                display: block;
                left: 155px;
                z-index: 999;
            }
            
            .mdpblock {
                display: none;
            }
            
            .mdpnone {
                display: block;
            }
            
            .rev_slider p {
                font-size: 18px;
                line-height: 26px;
                color: #fff;
            }
            
            @media (max-width:992px) {
                .rev_slider .main_heading h1 {
                    line-height: 70px!important;
                    padding-bottom: 6px!important;
                }
            }
            
            @media (max-width:800px) {
                .rev_slider .main_heading h1 {
                    font-size: 30px!important;
                    line-height: 50px!important;
                    padding-bottom: 6px!important;
                }
                .rev_slider .border_line {
                    display: none;
                }
                .rev_slider .sd_heading p {
                    font-size: 20px;
                }
                .rev_slider p {
                    font-size: 16px;
                }
            }
            
            @media (max-width:550px) {
                .mdpblock {
                    display: block;
                }
                .mdpnone {
                    display: none;
                }
                .rev_slider .main_heading h1 {
                    line-height: 40px!important;
                }
            }
            /*----------------------------------------------------------------
==================welcome_section===================
-----------------------------------------------------------------*/
            
            .welcome_section {
                position: relative;
                padding: 120px 0px 120px;
            }
            
            .welcome_left {
                position: relative;
            }
            
            .welcome_left .image_inner::before {
                width: 370px;
                height: 250px;
                position: absolute;
                content: '';
                background: rgba(30, 36, 82, .8);
                bottom: -23px;
                right: -23px;
                border-radius: 10px;
                -webkit-transition: all .6s ease-in-out;
                -moz-transition: all .6s ease-in-out;
                -ms-transition: all .6s ease-in-out;
                -o-transition: all .6s ease-in-out;
                transition: all .6s ease-in-out;
                opacity: 0;
            }
            
            .welcome_left:hover .image_inner::before {
                opacity: 1;
                width: 100%;
                height: 100%;
                bottom: 0px;
                right: 0px;
            }
            
            .welcome_left .image_inner {
                margin-right: 25px;
                overflow: hidden;
                position: relative;
                border-radius: 10px;
            }
            
            .welcome_left .image_inner img {
                border-radius: 10px;
            }
            
            .welcome_section .wel_content_left {
                width: 370px;
                height: 250px;
                background: url(../images/resources/welcome_video_bg.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                padding: 40px;
                border-radius: 10px;
                position: absolute;
                bottom: -23px;
                right: 0px;
            }
            
            .welcome_section .wel_content_left h2 {
                font-family: 'Ubuntu', sans-serif;
                font-weight: 700;
                color: #fff;
                line-height: 33px;
                font-size: 24px;
                margin-bottom: 30px;
                transition: all .6s ease;
            }
            
            .welcome_left:hover .wel_content_left h2 {
                color: #fccc00;
            }
            
            .welcome_section .video_holder_inner {
                position: relative;
            }
            
            .welcome_section .video_holder_inner .icon .flaticon-multimedia {
                font-size: 26px;
                line-height: 70px;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .07);
                border-radius: 50px;
                width: 70px;
                height: 70px;
                display: inline-block;
                color: #f60;
                background: url(../images/resources/welcome_video-icon_bg.jpg);
                text-align: center;
            }
            
            .welcome_section .video_holder_inner .icon {
                position: relative;
                float: left;
                margin-left: 10px;
                z-index: 0;
            }
            
            .welcome_section .video_holder_inner .icon::before {
                position: absolute;
                z-index: -10;
                content: '';
                width: 90px;
                height: 90px;
                background: transparent;
                border: 1px solid #468bd4;
                border-radius: 50%;
                top: -10px;
                left: -10px;
            }
            
            .welcome_section .video_holder_inner .text {
                margin-left: 105px;
                padding-top: 20px;
                position: relative;
            }
            
            .welcome_section .video_holder_inner .text::before {
                position: absolute;
                content: '';
                width: 40px;
                height: 3px;
                background: #fff;
                top: 0;
                left: 0;
            }
            
            .welcome_section .video_holder_inner .text h6 {
                font-family: 'Ubuntu', sans-serif;
                font-weight: 700;
                color: #fff;
                line-height: 26px;
                font-size: 18px;
            }
            
            .welcome_right {
                position: relative;
            }
            
            .welcome_right ul {
                position: relative;
                margin-bottom: 20px;
            }
            
            .welcome_right p.description {
                margin-bottom: 25px;
            }
            
            .welcome_right ul.first {
                float: left;
                position: relative;
                margin: 0px;
            }
            
            .welcome_right ul.second {
                position: relative;
                margin-left: 55%;
            }
            
            .welcome_right ul li {
                font-weight: 700;
                list-style: none;
                color: #000000;
                line-height: 26px;
                font-size: 18px;
                margin-bottom: 10px;
            }
            
            .welcome_right ul li span {
                color: #fec727;
                margin-right: 10px;
            }
            
            .authour {
                position: relative;
            }
            
            .authour img {
                float: left;
                margin-right: 25px;
            }
            
            .authour .text h2 {
                color: #000000;
                line-height: 26px;
                font-size: 20px;
                margin-bottom: 5px;
            }
            
            @media(max-width:992px) {
                .welcome_left {
                    margin-bottom: 70px;
                }
            }
            
            @media(max-width:600px) {
                .welcome_section .wel_content_left {
                    width: 100%;
                    height: 100%;
                    position: relative;
                    bottom: inherit;
                    right: inherit;
                    padding: 40px 25px;
                }
                .welcome_left .image_inner {
                    margin-right: 0px;
                }
                .welcome_section .wel_content_left h2 br {
                    display: none;
                }
                .welcome_section .video_holder_inner .text h6 br {
                    display: none;
                }
                .welcome_right ul.first {
                    float: none;
                }
                .welcome_right ul.second {
                    margin-left: 0px;
                    margin-bottom: 40px;
                }
                .authour img {
                    display: none;
                }
                .welcome_left .image_inner::before {
                    width: 100%;
                    height: 100%;
                    right: inherit!important;
                    bottom: inherit!important;
                    top: 50%;
                    left: 0;
                    opacity: 0;
                }
                .welcome_left:hover .image_inner::before {
                    opacity: 1;
                    top: 0;
                }
            }
            /*----------------------------------------------------------------
==================heading===================
-----------------------------------------------------------------*/
            
            .heading {
                position: relative;
                margin-bottom: 25px;
            }
            
            .heading h6 {
                font-weight: 700;
                color: #f60;
                line-height: 26px;
                font-size: 14px;
                text-transform: uppercase;
                margin-bottom: 10px
            }
            
            .heading .border_line {
                background: #fccc00;
                width: 157px;
                height: 3px;
                position: relative;
            }
            
            .heading .border_line::before {
                position: absolute;
                height: 10px;
                width: 3px;
                background: #fccc00;
                content: '';
                top: -7px;
                left: 0;
            }
            
            .heading .border_line::after {
                position: absolute;
                height: 10px;
                width: 3px;
                background: #fccc00;
                content: '';
                top: -7px;
                right: 0;
            }
            
            .sub_heading {
                font-weight: 700;
                color: #000000;
                line-height: 44px;
                font-size: 36px;
                margin-bottom: 20px
            }
            /*----------------------------------------------------------------
==================our_services ===================
-----------------------------------------------------------------*/
            
            .our_services {
                position: relative;
                padding: 110px 0px;
                background: url(../images/resources/ourservice-bg.jpg);
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
            }
            
            .our_services .heading,
            .our_services .descrp,
            .our_services .sub_heading {
                text-align: center;
            }
            
            .our_services .descrp {
                position: relative;
                margin-bottom: 30px;
            }
            
            @media (max-width: 1920px) and (min-width: 1200px) {
                .our_services .descrp {
                    padding: 0px 270px;
                }
            }
            
            .our_services .border_line {
                margin: 0 auto;
                width: 99px;
            }
            
            .our_services .our_service_inner {
                position: relative;
                background: #fff;
                padding: 40px;
                margin: 15px;
                border-top: 4px solid #fccc00;
                overflow: hidden;
                z-index: 0;
            }
            
            .our_services .our_service_inner::before {
                position: absolute;
                content: '';
                background: #f60;
                width: 100%;
                height: 100%;
                bottom: 100%;
                left: 0px;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                z-index: -10;
            }
            
            .our_services .our_service_inner:hover::before {
                bottom: 0;
                opacity: 1;
            }
            
            .our_services .our_service_inner .icon {
                position: relative;
                margin-bottom: 20px;
                z-index: 0;
                height: 100px;
                width: 100px;
            }
            
            .our_services .our_service_inner .icon span {
                font-size: 80px;
                line-height: 100px;
                color: #f60;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                display: block;
                text-align: center;
            }
            
            .our_services .our_service_inner .icon::before {
                width: 100px;
                height: 100px;
                border-radius: 50%;
                background: #ebf1f8;
                position: absolute;
                content: '';
                z-index: -10;
                top: 0;
                left: 35px;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
            }
            
            .our_services .our_service_inner:hover .icon::before {
                left: 0;
            }
            
            .our_services .our_service_inner:hover .icon span {
                font-size: 56px;
            }
            
            .our_services .our_service_inner h2 {
                font-weight: 700;
                font-size: 24px;
                line-height: 32px;
                transition: all .3s ease;
                margin-bottom: 10px;
            }
            
            .our_services .our_service_inner p {
                transition: all .3s ease;
            }
            
            .our_services .our_service_inner h2 a {
                color: #000000;
            }
            
            .our_services .our_service_inner:hover h2 a {
                color: #fff;
            }
            
            .our_services .our_service_inner:hover p {
                color: #eaf1f8;
            }
            
            .our_services .our_service_inner .read_more a {
                font-family: 'Ubuntu', sans-serif;
                font-weight: 700;
                color: #000000;
                font-size: 16px;
                line-height: 30px;
                background: #fccc00;
                width: 130px;
                height: 30px;
                display: block;
                text-align: center;
                border-top-left-radius: 30px;
                border-bottom-left-radius: 30px;
                position: absolute;
                top: -120px;
                right: 0;
            }
            
            .our_services .our_service_inner:hover .read_more a {
                top: 72px;
            }
            
            .our_services .owl-carousel .owl-nav.disabled {
                display: block;
            }
            
            .our_services .owl-carousel .owl-nav {
                display: block;
                position: relative;
                width: 100%;
                text-align: center;
            }
            
            .our_services .owl-carousel .owl-nav .owl-prev,
            .our_services .owl-carousel .owl-nav .owl-next {
                display: inline-block;
                padding: 50px 10px 0px;
				background:none;
            }
            
            .our_services .owl-carousel .owl-nav .owl-next {
                padding-right: 0px;
            }
            
            .our_services .owl-carousel .owl-nav .owl-prev span,
            .our_services .owl-carousel .owl-nav .owl-next span {
                display: inline-block;
                background: #fff;
                color: #808080;
                border-radius: 5px;
                font-size: 18px;
                transition: .5s ease-in-out;
                cursor: pointer;
                width: 40px;
                height: 52px;
                line-height: 52px;
                text-align: center;
            }
            
            .our_services .owl-carousel .owl-nav .owl-prev span:hover,
            .our_services .owl-carousel .owl-nav .owl-next span:hover {
                color: #fccc00;
                background: #f60;
            }
            /*----------------------------------------------------------------
================== work_gallery===================
-----------------------------------------------------------------*/
            
            .work_gallery {
                position: relative;
                padding: 100px 0px 80px;
            }
            
            .work_gallery .top_headings {
                position: relative;
                margin-bottom: 20px;
            }
            
            .right_content {
                position: relative;
                padding-left: 100px;
            }
            
            .right_content p::before {
                position: absolute;
                content: '';
                background: #e0e0e0;
                height: 52px;
                width: 1px;
                left: 43px;
                bottom: -2px;
            }
            
            .work_gallery .sme {
                padding-top: 53px;
            }
            
            @media(max-width:992px) {
                .right_content p::before {
                    display: none;
                }
                .right_content {
                    padding: 0px;
                }
                .work_gallery .sme {
                    padding-top: 15px;
                    text-align: left!important;
                }
                .work_gallery .sub_heading {
                    margin-bottom: 10px;
                }
                .our_services .our_service_inner {
                    margin: 0px;
                }
            }
            
            .work_gallery .our_services_inner {
                position: relative;
                overflow: hidden;
                margin-bottom: 30px;
                cursor: pointer;
            }
            
            .work_gallery .our_services_inner .image {
                position: relative;
                width: 100%;
                overflow: hidden;
            }
            
            .work_gallery .our_services_inner .image img {
                display: block;
                width: 100%;
                height: auto;
                transition: transform .90s;
                -webkit-transition: transform .90s;
                -moz-transition: transform .90s;
                -ms-transition: transform .90s;
                -o-transition: transform .90s;
            }
            
            .work_gallery .our_services_inner:hover .image img {
                -ms-transform: scale(1.5);
                -webkit-transform: scale(1.5);
                transform: scale(1.5);
            }
            
            .work_gallery .our_services_inner h2 {
                font-weight: 700;
                font-size: 20px;
                line-height: 28px;
                transition: all .3s ease;
                margin-bottom: 0px;
                color: #000000;
            }
            

            .work_gallery .our_services_inner p {
                color: #f60;
            }
            
            .work_gallery .our_services_inner h6 {
                font-weight: 700;
                font-size: 16px;
                line-height: 26px;
                transition: all .3s ease;
                margin-bottom: 0px;
                color: #000000;
            }
            
            .our_services_inner::before {
                position: absolute;
                content: '';
                left: 100%;
                top: 0;
                background: rgba(45, 114, 187, .8);
                width: 100%;
                height: 100%;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                z-index: 8;
            }
            
            .our_services_inner::after {
                position: absolute;
                content: '';
                left: 100%;
                top: 0;
                background: #ebf1f8;
                width: 50%;
                height: 100%;
                opacity: 0;
                -webkit-transition: all .7s ease;
                -moz-transition: all .7s ease;
                -ms-transition: all .7s ease;
                -o-transition: all .7s ease;
                transition: all .7s ease;
                z-index: 9;
            }
            
            .our_services_inner:hover::before {
                opacity: 1;
                left: 0;
            }
            
            .our_services_inner:hover::after {
                opacity: 1;
                left: 50%;
            }
            
            .over_content {
                position: absolute;
                top: 100%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center;
                padding: 17px 20px;
                background: #fff;
                width: 75%;
                border-radius: 8px;
                z-index: 10;
                opacity: 0;
                -webkit-transition: all .7s ease;
                -moz-transition: all .7s ease;
                -ms-transition: all .7s ease;
                -o-transition: all .7s ease;
                transition: all .7s ease;
            }
            
            .our_services_inner:hover .over_content {
                opacity: 1;
                top: 50%;
            }
            
            .sub_text {
                position: absolute;
                bottom: -30%;
                right: 46px;
                opacity: 0;
                -webkit-transition: all .7s ease;
                -moz-transition: all .7s ease;
                -ms-transition: all .7s ease;
                -o-transition: all .7s ease;
                transition: all .7s ease;
                z-index: 10;
            }
            
            .our_services_inner:hover .sub_text {
                opacity: 1;
                bottom: 30px;
            }
            /*----------------------------------------------------------------
================== facts===================
-----------------------------------------------------------------*/
            
            .facts {
                position: relative;
                padding: 110px 0px 80px;
                background: url(../images/resources/counter_bg.jpg);
                background-attachment: fixed;
                background-position: center center;
                background-repeat: no-repeat;
                background-size: cover;
                width: 100%;
            }
            
            .facts .facts_inner {
                position: relative;
                text-align: center;
                margin-bottom: 30px;
                z-index: 0;
            }
            
            .facts_num {
                position: relative;
                text-align: center;
            }
            
            .facts .facts_inner h6.counter-value {
                font-size: 72px;
                line-height: 82px;
                margin-bottom: 15px;
                color: #fccc00;
            }
            
            .facts .facts_inner h2 {
                font-size: 24px;
                line-height: 30px;
                text-transform: uppercase;
                color: #fff;
                margin-bottom: 10px;
            }
            
            .line_bro {
                background: #fccc00;
                height: 2px;
                width: 100px;
                text-align: center;
                display: block;
                margin: 0 auto 25px;
            }
            
            .facts .facts_inner p {
                font-size: 18px;
                color: #b0b2c2;
            }
            /*----------------------------------------------------------------
================== testimonial_section===================
-----------------------------------------------------------------*/
            
            .testimonial_section {
                position: relative;
                overflow: hidden;
               
                background-color:#e8e8e8;
            }
            
            .testimonial_inner {
                padding: 100px 0px;
                position: relative;

            }
            
            .testimonial_outer::before {
                position: absolute;
                /*content: url(../images/resources/testimonial-lg_bg.jpg);*/
                width: 100%;
                height: 770px;
                left: -67%;
                top: 0;
              
            }
            
            .testimonial_inner .sub_heading {
                margin-bottom: 50px;
            }
            
            .testimonial_inner .heading .border_line {
                width: 105px;
            }
            
            .test_inner .cust_name h2 {
                font-size: 24px;
                line-height: 30px;
                color: #000000;
            }
            
            .test_inner .cust_name h6 {
                font-size: 16px;
                line-height: 26px;
                color: #f60;
                margin-bottom: 20px;
            }
            
            .test_inner p.description {
                margin-bottom: 25px;
            }
            
            .test_inner {
                margin-right: 150px;
                margin-bottom: 30px;
            }
            
            .test_inner ul li span {
                margin-right: 7px;
                color: #d8af00;
                font-size: 20px;
                line-height: 20px;
            }
            
            .test_inner ul li {
                margin-bottom: 5px;
            }
            
            .testimonial_carousel {
                padding-left: 135px;
            }
            
            .testimonial_section .owl-dots {
                position: absolute;
                left: 0;
                top: 0
            }
            
            .testimonial_section .owl-theme .owl-dot {
                width: 100px;
                height: 100px;
				display:block;
            }
            
            .testimonial_section .owl-theme .owl-dots span {
                width: 70px;
                display: block;
                height: 70px;
                border-radius: 50%;
                background: url("../images/resources/testi_profile.png") no-repeat;
                background-size: cover;
                transition: all 0.3s ease-in-out 0s;
                margin: 0 auto;
                -webkit-transition: all 200ms ease-in;
                -webkit-transform: scale(1);
                -ms-transition: all 200ms ease-in;
                -ms-transform: scale(1);
                -moz-transition: all 200ms ease-in;
                -moz-transform: scale(1);

                transition: all 200ms ease-in;
                transform: scale(1);
            }
            
            .testimonial_section .owl-theme .owl-dot:nth-child(2) span {
                background: url("../images/resources/testi_profile-2.png") no-repeat;
                background-size: cover;
            }
            
            .testimonial_section .owl-theme .owl-dot:nth-child(3) span {
                background: url("../images/resources/testi_profile-3.png") no-repeat;
                background-size: cover;
            }
            
            .testimonial_section .owl-theme .owl-dot.active span,
            .testimonial_section .owl-theme .owl-dot.active:hover span {
                border-color: #d133ff;
                z-index: 2;
                -webkit-transition: all 200ms ease-in;
                -webkit-transform: scale(1.3);
                -ms-transition: all 200ms ease-in;
                -ms-transform: scale(1.3);
                -moz-transition: all 200ms ease-in;
                -moz-transform: scale(1.3);
                transition: all 200ms ease-in;
                transform: scale(1.3);
                margin-bottom: 10px;
            }
            
            .testimonial_section .owl-carousel .owl-nav {
                display: block;
                position: relative;
                width: 100%;
                text-align: left;
            }
            
            .testimonial_section .owl-carousel .owl-nav .owl-prev,
            .testimonial_section .owl-carousel .owl-nav .owl-next {
                display: inline-block;
                padding: 20px 0px 0px;
                margin-right: 10px;
				background:none;
            }
            
            .testimonial_section .owl-carousel .owl-nav .owl-next {
                padding-right: 0px;
            }
            
            .testimonial_section .flaticon-back:before {
                display: block;
                transform: rotate(90deg);
            }
            
            .testimonial_section .flaticon-next:before {
                display: block;
                transform: rotate(90deg);
            }
            
            .testimonial_section .owl-carousel .owl-nav .owl-prev span,
            .testimonial_section .owl-carousel .owl-nav .owl-next span {
                display: inline-block;
                background: #fff;
                color: #808080;
                border-radius: 5px;
                font-size: 16px;
                transition: .5s ease-in-out;
                cursor: pointer;
                width: 40px;
                height: 52px;
                line-height: 52px;
                text-align: center;
            }
            
            .testimonial_section .owl-carousel .owl-nav .owl-prev span:hover,
            .testimonial_section .owl-carousel .owl-nav .owl-next span:hover {
                color: #fccc00;
                background: #f60;
            }
            
            .appointment_inner {
                position: relative;
                padding: 100px 0px;
            }
            
            .appointment_inner p {
                padding-left: 10px;
            }
            
            .schedule_appointment::before {
                position: absolute;
                content: '';
                background: #cddff5;
                width: 1200px;
                height: 785px;
                left: -53px;
            }
            
            .appointment_inner .topic {
                position: absolute;
                transform: rotate(-90deg);
                top: 50%;
                left: -50%;
                background: #cddff5;
                width: 400px;
                height: 50px;
                text-align: center;
            }
            
            .appointment_inner .topic::before {
                position: absolute;
                content: '';
                height: 0px;
                border-right: 25px solid transparent;
                border-top: 25px solid transparent;
                border-left: 25px solid #cddff5;
                border-bottom: 25px solid #cddff5;
                z-index: 0;
                right: -49px;
                top: 0px;
            }
            
            .appointment_inner .topic::after {
                position: absolute;
                content: '';
                height: 0px;
                border-right: 25px solid #cddff5;
                border-top: 25px solid transparent;
                border-left: 25px solid transparent;
                border-bottom: 25px solid #cddff5;
                z-index: 0;
                left: -49px;
                bottom: 0px;
            }
            
            .appointment_inner .topic h1 {
                font-size: 24px;
                line-height: 30px;
                color: #000000;
                padding-top: 20px;
            }
            
            .appointment_inner .form_inner {
                position: relative;
                margin-top: 35px;
            }
            
            .appointment_inner .form_inner input,
            .appointment_inner .form_inner textarea {
                position: relative;
                line-height: 26px;
                color: #808080;
                min-height: 55px;
                font-size: 16px;
                width: 100%;
                background: #fff;
                padding: 10px 18px;
                border: 1px solid #fff;
                border-radius: 6px;
            }
            
            .appointment_inner .theme-btn {
                border: 0px;
                box-shadow: none;
            }
            
            .ui-selectmenu-button.ui-button {
                position: relative;
                font-size: 16px!important;
                color: #757575!important;
                font-weight: 400!important;
                line-height: 44px!important;
                width: 100%!important;
                border: 1px solid #fff!important;
                height: 55px;
                border-radius: 0px;
                padding: 5px 18px;
                background: #fff;
                border-radius: 6px;
            }
            
            .ui-state-hover,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-hover,
            .ui-state-focus,
            .ui-widget-content .ui-state-focus,
            .ui-widget-header .ui-state-focus,
            .ui-button:hover,
            .ui-button:focus {
                background: #fff!important;
                border: 1px solid #e8e8e8;
            }
            
            .ui-state-active,
            .ui-widget-content .ui-state-active,
            .ui-widget-header .ui-state-active,
            a.ui-button:active,
            .ui-button:active,
            .ui-button.ui-state-active:hover {
                background: #f60!important;
                border-bottom: 1px solid #f60!important;
            }
            
            .ui-menu .ui-menu-item-wrapper {
                padding: 7px!important;
                padding: 10px 18px!important;
                border-bottom: 1px solid #e8e8e8!important;
            }
            
            .ui-widget.ui-widget-content {
                border-top: 1px solid #e8e8e8!important;
                border-left: 1px solid #e8e8e8!important;
                border-right: 1px solid #e8e8e8!important;
                border-bottom: 0px solid #e8e8e8!important;
                border-radius: 6px;
            }
            
            .ui-button .ui-icon {
                background: none!important;
                text-indent: 0!important;
                display: block;
                overflow: inherit;
            }
            
            .ui-button .ui-icon::before {
                position: absolute;
                content: '\f107';
                font-family: 'FontAwesome';
                right: 0px;
                color: #888888;
                font-size: 16px;
                top: -1px;
            }
            
            .appointment_inner .form_inner .form-group {
                position: relative;
                margin-bottom: 10px;
            }
            
            .appointment_inner .form_inner textarea {
                padding: 20px 18px;
            }
            
            .appointment_inner .form_inner input::placeholder,
            .appointment_inner .form_inner textarea::placeholder {
                color: #808080;
                font-size: 16px;
                font-weight: 400;
            }
            
            @media (max-width: 1200px) and (min-width: 992px) {
                .schedule_appointment::before {
                    left: -15px;
                }
                .test_inner {
                    margin-right: 45px;
                }
            }
            
            @media (max-width: 992px) {
                .testimonial_outer::before {
                    width: 100%;
                    height: 100%;
                    left: -150px;
                    top: 0;
                }
                .schedule_appointment::before {
                    position: absolute;
                    content: '';
                    background: #ebf1f8;
                    width: 1000px;
                    height: 100%;
                    left: -150px;
                }
                .test_inner {
                    margin-right: 0px;
                }
                .testimonial_inner {
                    padding: 100px 0px 70px;
                }
                .appointment_inner {
                    padding: 50px 0px 100px;
                }
                .padding_right_zero {
                    padding-right: 15px;
                }
            }
            
            @media (max-width:1140px) {
                .appointment_inner .topic {
                    position: relative;
                    transform: inherit;
                    top: inherit;
                    left: inherit;
                    width: 100%;
                    height: auto;
                }
                .appointment_inner .topic::before {
                    display: none;
                }
                .appointment_inner .topic::after {
                    display: none;
                }
                .schedule_appointment::before {
                    height: 100%;
                }
                .appointment_inner p {
                    padding-left: 34px;
                }
                .news_and_updates p.descrp {
                    padding: 0px!important;
                }
            }
            
            @media (max-width: 500px) {
                .testimonial_carousel {
                    padding-left: 0px;
                }
                .testimonial_section .owl-dots {
                    display: none !important;
                }
            }
            /*----------------------------------------------------------------
================== emergency_contact===================
-----------------------------------------------------------------*/
            
            .emergency_contact {
                position: relative;
                background: url("../images/resources/emergency_bg.jpg");
                background-size: cover;
                background-position: 0vh;
                padding: 100px 0px;
            }
            
            .emergency_inner {
                position: relative;
                text-align: center;
            }
            
            .emergency_contact h1 {
                font-size: 36px;
                line-height: 46px;
                color: #fff;
                text-align: center;
                padding: 0px 100px;
            }
            
            @media(max-width:992px) {
                .emergency_contact h1 {
                    padding: 0px;
                }
                .appointment_inner p {
                    padding: 0px;
                }
            }
            
            .emergency_contact h1 span {
                color: #fccc00;
            }
            
            .contact_nuber {
                position: absolute;
                text-align: center;
                display: block;
                width: 100%;
                bottom: -130px;
            }
            
            .contact_nuber ul li {
                list-style: none;
                padding: 0px 15px;
                display: inline-block;
            }
            
            .contact_nuber ul {
                position: relative;
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .07);
                background: #fff;
                height: 66px;
                width: 570px;
                margin: 0 auto;
                line-height: 66px;
                border-radius: 8px;
            }
            
            .contact_nuber ul li a {
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                font-family: 'Nunito', sans-serif;
                color: #f60;
            }
            
            .contact_nuber ul li span {
                font-size: 20px;
                line-height: 26px;
                font-weight: 700;
                font-family: 'Nunito', sans-serif;
                color: #fccc00;
            }
            
            @media(max-width:870px) {
                .contact_nuber {
                    position: relative;
                }
                .contact_nuber ul li {
                    display: block;
                }
                .contact_nuber ul {
                    width: auto;
                    height: auto;
                    line-height: 46px;
                    padding: 10px 0px;
                }
            }
            /*----------------------------------------------------------------
================== news_and_updates ===================
-----------------------------------------------------------------*/
            
            .news_and_updates {
                position: relative;
                padding: 110px 0px 85px;
            }
            
            .news_and_updates .heading {
                text-align: center;
            }
            
            .news_and_updates .heading .border_line {
                margin: 0 auto;
                width: 120px;
            }
            
            .news_and_updates .sub_heading {
                text-align: center;
            }
            
            .news_and_updates p.descrp {
                text-align: center;
                padding: 0px 270px;
                margin-bottom: 60px;
            }
            
            .news_updates_inner {
                position: relative;
                margin-bottom: 60px;
                background: #fff;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
                transition: all .6s ease;
                border-radius: 8px;
                border: 1px solid #fff;
            }
            
            .news_updates_inner .image_inner {
                position: relative;
                border: 1px solid #e8e8e8;
                border-radius: 8px;
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
                transition: all .6s ease;
            }
            
            .news_updates_inner .image_inner .flaticon-zoom {
                position: absolute;
                content: '';
                top: 100%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                -o-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center;
                font-size: 30px;
                line-height: 30px;
                color: #fff;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                z-index: 8;
            }
            
            .news_updates_inner:hover .image_inner .flaticon-zoom {
                top: 50%;
                opacity: 1;
            }
            
            .news_updates_inner .image_inner img {
                border-radius: 8px;
            }
            
            .news_updates_inner .image_inner .image_before {
                position: relative;
                margin: 10px;
                overflow: hidden;
            }
            
            .news_updates_inner .image_inner .image_before::before {
                position: absolute;
                content: '';
                left: 0;
                top: 100%;
                border-radius: 8px;
                background: rgba(45, 114, 187, .8);
                width: 100%;
                height: 100%;
                opacity: 0;
                -webkit-transition: all .5s ease;
                -moz-transition: all .5s ease;
                -ms-transition: all .5s ease;
                -o-transition: all .5s ease;
                transition: all .5s ease;
                z-index: 8;
            }
            
            .news_updates_inner:hover .image_inner .image_before::before {
                top: 0;
                opacity: 1;
            }
            
            .news_updates_inner:hover .image_inner {
                border: 1px solid #fff;
            }
            
            .news_updates_inner .date {
                position: absolute;
                top: -31px;
                left: 18px;
            }
            
            .news_updates_inner .date span {
                position: relative;
                display: block;
                background: #fff;
                font-family: 'Rubik', sans-serif;
                font-size: 14px;
                line-height: 26px;
                text-transform: uppercase;
                padding: 5px 10px 0px;
                color: #f60;
                font-weight: 700;
                text-align: center;
                border-top-right-radius: 6px;
                border-top-left-radius: 6px;
                border-top: 1px solid #e8e8e8;
                border-left: 1px solid #e8e8e8;
                border-right: 1px solid #e8e8e8;
                border-bottom: 0px solid #e8e8e8;
            }
            
            .news_updates_inner .content {
                position: relative;
                padding: 20px;
                overflow: hidden;
            }
            
            .news_updates_inner .content ul {
                position: relative;
                margin-bottom: 20px;
            }
            
            .news_updates_inner .content ul li {
                display: inline-block;
                margin-right: 30px;
                color: #808080;
                font-size: 16px;
                line-height: 26px;
            }
			
			.news_updates_inner .content ul li a{
				color:inherit;
			}
            
            .news_updates_inner .content ul li:last-child {
                margin-right: 0px;
            }
            
            .news_updates_inner .content ul li span {
                margin-right: 10px;
                color: #bababa;
            }
            
            .news_updates_inner .content h2 {
                font-size: 20px;
                line-height: 26px;
                padding-bottom: 20px;
                border-bottom: 1px solid #e8e8e8;
            }
            
            .news_updates_inner .content h2 a {
                color: #000000;
            }
            
            .news_updates_inner .content .continue {
                width: 100%;
                padding: 10px 0 0;
                display: inline-block;
                opacity: 0;
                transform: translateY(50px);
                -webkit-transition: all .6s ease;
                -moz-transition: all .6s ease;
                -ms-transition: all .6s ease;
                -o-transition: all .6s ease;
                transition: all .6s ease;
                font-family: 'Ubuntu', sans-serif;
                font-size: 16px;
                color: #000000;
                font-weight: 700;
            }
            
            .news_updates_inner:hover .content .continue {
                opacity: 1;
                transform: translateY(0);
            }
            
            .news_updates_inner:hover {
                box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .09);
                border: 1px solid #e8e8e8;
            }
            /*----------------------------------------------------------------
==================  offer_banner===================
-----------------------------------------------------------------*/
            
            .offer_banner {
                position: relative;
            }
            
            .offer_banner .offer_banner_outer {
                background: url(../images/resources/offer_banner.jpg);
                background-size: cover;
                padding: 20px;
                border-radius: 10px;
                position: absolute;
                z-index: 100;
                top: -95px;
                width: 1140px;
            }
            
            .offer_banner .offer_banner_inner {
                padding: 30px 60px;
                border-radius: 10px;
                border: 2px dashed #7bb2ed;
            }
            
            .offer_banner .offer_banner_inner .offer_left .text_l {
                float: left;
                position: relative;
            }
            
            .offer_banner .offer_banner_inner .offer_left .text_l::before {
                background: #4492e5;
                position: absolute;
                content: '';
                width: 1px;
                height: 72px;
                right: -69px;
                top: 6px;
            }
            
            .offer_banner .offer_banner_inner .offer_left .text_l h1 {
                font-size: 72px;
                line-height: 80px;
                color: #fff;
            }
            
            .offer_banner .offer_banner_inner .offer_left .text_l span {
                position: absolute;
                transform: rotate(-90deg);
                font-size: 30px;
                line-height: 38px;
                color: #fff;
                font-family: 'Ubuntu', sans-serif;
                text-transform: uppercase;
                font-weight: 700;
                top: 23px;
                right: -50px;
            }
            
            .text_r {
                margin-left: 250px;
            }
            
            .text_r h2 {
                font-size: 30px;
                line-height: 38px;
                color: #fff;
                font-family: 'Ubuntu', sans-serif;
            }
            
            .offer_right {
                position: relative;
                text-align: right;
                padding-top: 11px;
            }
            
            .offer_right .theme-btn {
                width: 270px;
                line-height: 60px;
                height: 60px;
            }
            
            @media(max-width:992px) {
                .offer_right {
                    text-align: center;
                }
            }
            
            @media(max-width:600px) {
                .offer_banner .offer_banner_inner .offer_left .text_l {
                    float: none;
                }
                .text_r {
                    margin-left: 0px;
                }
                .offer_banner .offer_banner_inner .offer_left .text_l::before {
                    display: none;
                }
                .offer_right {
                    text-align: left;
                }
                .offer_right .theme-btn {
                    min-width: 200px;
                    width: 200px;
                }
                .offer_banner .offer_banner_inner {
                    padding: 30px;
                }
                .offer_banner .offer_banner_inner .offer_left .text_l span {
                    right: inherit;
                    left: 144px;
                }
            }
          
/*=================
New Style For Header
===================*/

.header_outer{
    position: relative;
}

.new-header-middle {
    position: relative;
    /*padding: 40px 0px 80px;*/
    padding: 22px 0px 44px;
}

.new-header-middle .logo-box{
    position: relative;
    float: left;	
}

.new-header-middle .right-content{
    position: relative;
    float: right;    
}

.new-header-middle .info-boxes{
    position: relative;
}

.new-header-middle .info-boxes .info-box{
    position: relative;
    float: left;
    margin-right: 60px;
}

.new-header-middle .info-boxes .info-box:last-child{
    margin-right: 0;
}

.new-header-middle .info-boxes .info-box .inner{
    position: relative;
    padding-top: 2px;
    padding-left: 72px;
    min-height: 50px;
}

.new-header-middle .info-boxes .search-btn-box .inner{
    top: 3px;
    padding-left: 54px;
    border-left: 1px solid #e0e0e0;
    padding-top: 11px;
}

.new-header-middle .info-boxes .search-btn-box .inner span {
    font-size: 30px;
    color: #b0b0b0;
    line-height: 30px;
}

.new-header-middle .info-boxes .info-box h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
    color: #000000;
}

.new-header-middle .info-boxes .info-box p {
    color: #808080;
    margin-bottom:0px;
}

.new-header-middle .info-boxes .info-box span.icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 55px;
    width: 55px;
    border-radius: 4px;
    background: #f60;
    line-height: 55px;
    font-size: 30px;
    color: #fff;
    text-align: center;
}

.new-header-middle .info-boxes .info-box:first-child span.icon{
    padding-left: 0px;
}

.new-header-lower{
    position: absolute;
    left: 0;
    top: 100%;
    margin-top: -40px;
    width: 100%;
    z-index: 999;
}

.fixed-header .new-header-lower{
    position: fixed;
    top: 0;
    margin: 0;
    z-index: 9999;
}

.new-header-lower ul,
.new-header-lower ul li{
    list-style: none;
    padding: 0;
    margin: 0;
}

.new-header-lower .new-nav-box{
    position: relative;
    float: left;
    min-width: 730px;  
}

.new-header-lower .new-nav-box:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 3000px;
    height: 72px;
    background: #ffffff;
    border:1px solid #f0f0f0;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    border-radius: 7px;
}

.new-header-lower .new-nav-box .inner{
    position: relative;
    display: block;
    padding-right: 5px;
}

.new-header-lower .new-nav-box .dropdown-btn{
    display: none;
}

.new-header-lower .new-nav-box .new-navigation{
    position: relative;
}

.new-header-lower .new-nav-box .new-navigation > li{
    position: relative;
    display: block;
    float: left;
    padding: 15px 0px;
}

.new-header-lower .new-nav-box .new-navigation > li:before{
    position: absolute;
    content: '';
    background: #e0e0e0;
    width: 1px;
    height: 32px;
    right: 0;
    top: 20px;
}

.new-header-lower .new-nav-box .new-navigation > li:last-child:before{
    display: none;
}

.new-header-lower .new-nav-box .new-navigation > li > a{
    position: relative;
    padding: 0px 25px;
    display: block;
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    font-family: 'Ubuntu', sans-serif;
    line-height: 40px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.new-header-lower .new-nav-box .new-navigation > li:first-child > a{
    padding-left: 0px;
}

.new-header-lower .new-nav-box .new-navigation > li:hover > a,
.new-header-lower .new-nav-box .new-navigation > li.current > a{
    color:#3786ff;  
}

.new-header-lower .new-nav-box .new-navigation > li > ul{
    position: absolute;
    left: 0;
    top: 100%;
    display: block;
    width: 270px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    background-color: #ffffff;
    border-top: 3px solid #f60;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .07);
    z-index: 9999;
}

.new-header-lower .new-nav-box .new-navigation > li > ul > li{
    position: relative;
}

.new-header-lower .new-nav-box .new-navigation > li > ul > li > a {
    display: block;
    width: 100%;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    background: #fff;
    padding: 10px 26px;
    font-size: 15px;
    font-weight: 700;
    color: #000000!important;
}

.new-header-lower .new-nav-box .new-navigation > li > ul > li > a:active,
.new-header-lower .new-nav-box .new-navigation > li > ul > li:hover > a{
    background: #f8f9fa;
    color: #000000!important;
}

.new-header-lower .new-nav-box .new-navigation > li:hover > ul{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.new-header-lower .lower-info-box{
    position: relative;
    float: right;    
}

.new-header-lower .lower-info-box .inner{
    position: relative;
    padding-left: 30px;
    min-width: 370px;
}

    .new-header-lower .lower-info-box .inner:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 3000px;
        height: 72px;
        /*background: #f60;*/
        background: #000;
        border: 1px solid #fff;
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
        border-radius: 7px;
    }

.new-header-lower .lower-info-box .emergency-call {
    position: relative;
    text-align: right;
}

.new-header-lower .lower-info-box .emergency-call .text {
    float: right;
    padding-top: 9px;
    margin-right: 35px;
}

.new-header-lower .lower-info-box .emergency-call .text p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 12px;
    line-height: 24px;
    margin-bottom:0px;
    font-weight: 700;
    color: #fff;

}

.new-header-lower .lower-info-box .emergency-call .text a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
}

.new-header-lower .lower-info-box .emergency-call .icon{
    position: relative;
    float: right;
}

    .new-header-lower .lower-info-box .emergency-call .icon::before {
        position: absolute;
        content: '';
        height: 0px;
        /* border-right: 36px solid #fccc00;
    border-top: 72px solid #fccc00;
    border-left: 36px solid #fccc00;
    border-bottom: 25px solid transparent;*/
        border: 36px solid #f60;
        z-index: 0;
        right: 0px;
        top: 0px;
    }

.new-header-lower .lower-info-box .emergency-call .icon span {
    position: relative;
    display: block;
    text-align: center;
    top: 12px;
    font-size: 32px;
    line-height: 32px;
    color: #000000;
    position: relative;
    padding: 0px 20px;
    margin-top: 10px;
    display: block;
}

/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.new-header-lower .new-nav-box .mobile-nav-toggler{
    position: relative;
    display: inline-block;
    font-size: 32px;
    line-height: 50px;
    margin: 11px 0px;
    cursor: pointer;
    color:#f60;
    display: none;
}

.mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right:30px;
    max-width:100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .navbar-collapse{
    display:block !important;   
}

.mobile-menu .nav-logo{
    position:relative;
    padding:30px 25px;
    text-align:left;    
}

.mobile-menu-visible{
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background:#3786ff;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
    opacity: 0.30;
    visibility: visible;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu .menu-box .mCSB_inside>.mCSB_container{
    margin-right: 10px;
}

.mobile-menu-visible .mobile-menu .menu-box{
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    color: #fff;
    background: #3786ff;
    text-align: center;
    opacity: 1;
    padding: 5px 5px;
    font-size: 20px;
    line-height: 20px;
    width: 30px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
    -webkit-transform:rotate(180deg);
    -ms-transform:rotate(180deg);
    transform:rotate(180deg);
}

.mobile-menu .close-btn:hover{
    -webkit-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
}

.mobile-menu .mobile-navigation{
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .mobile-navigation li{
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .mobile-navigation:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .mobile-navigation li > ul > li:first-child{
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .mobile-navigation li > a{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.mobile-menu .mobile-navigation li ul li > a{
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .mobile-navigation li > a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:0;
    border-left:5px solid #3786ff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.mobile-menu .mobile-navigation li.current > a,
.mobile-menu .mobile-navigation li > a:hover{
    color:#3786ff;  
}

.mobile-menu .mobile-navigation li.current > a:before{
    height:100%;
}

.mobile-menu .mobile-navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:6px;
    top:6px;
    width:32px;
    height:32px;
    text-align:center;
    font-size:16px;
    line-height:32px;
    color:#ffffff;
    background:rgba(255,255,255,0.10);
    cursor:pointer;
    border-radius:2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
    z-index:5;
}

.mobile-menu .mobile-navigation li.dropdown .dropdown-btn.open{
    background:#3786ff; 
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);    
}

.mobile-menu .mobile-navigation li > ul,
.mobile-menu .mobile-navigation li > ul > li > ul{
    display: none;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
}

.mobile-menu .social-links{
    position:relative;
    text-align:center;
    padding:30px 25px;
}

.mobile-menu .social-links li{
    position:relative;
    display:inline-block;
    margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
    position:relative;
    line-height:32px;
    font-size:16px;
    color:#ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover,
.mobile-menu .social-links li.current a{
    color:#f60;  
}

@media (max-width:1199px) {
    .new-header-lower .lower-info-box .inner,
    .new-header-lower .new-nav-box{
        min-width: 0;
    }

    .header_outer .top_bar .container,
    .new-header-lower .container,
    .new-header-middle .container{
        max-width: 100% !important;
        width: 100% !important;
    }
}

@media (max-width:1139px) {
    .new-header-lower .new-nav-box .new-navigation > li{
        margin-right: 30px;
    }

    .new-header-lower .new-nav-box .new-navigation > li:after,
    .new-header-lower .new-nav-box .new-navigation > li:before{
        display: none;
    }

    .new-header-lower .new-nav-box .new-navigation > li > a{
        padding-left: 0px;
        padding-right: 0px;
    }

    .new-header-middle .info-boxes .info-box{
        margin-right: 50px;
    }
}

@media (max-width:1023px) {

    .new-header-lower .new-nav-box{
        float: right;
        width: 100px;
        padding: 0px 0px 0px 20px;
        text-align: center;
    }

    .new-header-lower .new-nav-box:before{
        left: 0;
        right: auto;
    }

    .new-header-lower .new-nav-box .inner{
        display: none;
    }

    .new-header-lower .lower-info-box{
        float: left;
        width: 50%;
        padding: 0px 20px 0px 0px;
    }

    .new-header-lower .lower-info-box .inner{
        padding-left: 0;
    }

    .new-header-lower .lower-info-box .inner:before{
        left: auto;
        right: 0;
    }

    .new-header-lower .lower-info-box .emergency-call .icon{
        float: left;
    }

    .new-header-lower .lower-info-box .emergency-call .text{
        float: left;
        margin-left: 25px;
        margin-right: 0;
        text-align: left;
    }

    .new-header-lower .new-nav-box .mobile-nav-toggler{
        display: block;
    }

    .new-header-middle .info-boxes .info-box .inner{
        padding-left: 0;
    }

    .new-header-middle .info-boxes .info-box{
        margin-left: 50px;
        margin-right: 0;
    }

    .new-header-middle .info-boxes .info-box:first-child {
        margin-left: 0;
    }

    .new-header-middle .info-boxes .search-btn-box,
    .new-header-middle .info-boxes .info-box span.icon{
        display: none;
    }
}

@media (max-width:767px) {
    .new-header-middle .info-boxes .info-box{
        display: none;
    }

    .new-header-middle .info-boxes .search-btn-box{
        display: block;
        margin: 0;
    }

    .new-header-middle .info-boxes .search-btn-box .inner{
        padding-left: 50px;
    }

    .new-header-lower .lower-info-box{
        width: auto;
    }

     .new-header-lower .lower-info-box .inner{
        padding-right: 20px;
    }
}

@media (max-width:479px) {
    .new-header-lower .lower-info-box .emergency-call .text{
        display: none;
    }

    .new-header-lower .lower-info-box .inner{
        padding-right: 0px;
    }

    .new-header-lower .new-nav-box{
        width: 80px;
        padding-left: 15px;
    }

    .new-header-middle .info-boxes .search-btn-box .inner{
        padding-left: 30px;
    }
}			